micro_utils.dokka
0.9.1
android
micro_utils.dokka
/
dev.inmo.micro_utils.fsm.common.dsl
/
[android]FSMBuilder
/
add
add
android
fun
add
(
handler
:
CheckableHandlerHolder
<
T
,
T
>
)
Content copied to clipboard
fun
<
I
:
T
>
add
(
kClass
:
KClass
<
I
>
,
handler
:
StatesHandler
<
I
,
T
>
)
Content copied to clipboard
fun
<
I
:
T
>
add
(
filter
:
suspend
(
state
:
State
)
->
Boolean
,
handler
:
StatesHandler
<
I
,
T
>
)
Content copied to clipboard